google.golang.org/grpc/internal/transport.http2Client.streamQuota (field)

8 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L118: 	streamQuota           int64
		http2_client.go#L349: 		streamQuota:           defaultMaxStreamsClient,
		http2_client.go#L820: 		if t.streamQuota <= 0 { // Can go negative if server decreases it.
		http2_client.go#L830: 		t.streamQuota--
		http2_client.go#L849: 		if t.streamQuota > 0 && t.waitingStreams > 0 {
		http2_client.go#L971: 		t.streamQuota++
		http2_client.go#L972: 		if t.streamQuota > 0 && t.waitingStreams > 0 {
		http2_client.go#L1298: 			t.streamQuota += delta